home *** CD-ROM | disk | FTP | other *** search
- echo "*ec*e[1m*e[32mWelome to the Midnite Mess Installer*n"
- echo "*e[0m*e[31mKlick to this Icon and drop it in the Drawer"
- echo "where You want to have Midnite Mess. Then start"
- echo "it again from there!!*n"
- ask "*e[3mDo ypu want to istall MM2 to THIS drawer? *e[0m"
- if warn
- failat 100
- assign XY: ""
-
- echo "Installing Program..."
- copy "Midnite Mess #3 Disk A:MM" TO XY:
- copy "Midnite Mess #3 Disk A:MM.info" TO XY:
-
- echo "Installing Intro..."
- copy "Midnite Mess #3 Disk A:MMIntro3" TO XY:
- copy "Midnite Mess #3 Disk A:MMIntro3.info" TO XY:
-
- echo "Installing Data from Disk A..."
- copy "Midnite Mess #3 Disk A:MidniteMess" TO XY: ALL QUIET
-
- echo "Installing AssignMM..."
- echo >XY:AssignMM3 "assign *"Midnite Mess #3 Disk A:*" *"*"*nassign *"Midnite Mess #3 Disk B:*" *"*""
- copy "Midnite Mess #3 Disk A:InstallMM.info" TO XY:AssignMM3.info
-
- if not exists libs:powerpacker.library
- echo "Installing powerpacker.library"
- copy "Midnite Mess #3 Disk A:libs/powerpacker.library" TO libs:
- endif
-
- echo "Installing Data from Disk B..."
- copy "Midnite Mess #3 Disk B:MidniteMess" TO XY: ALL QUIET
-
- delete XY:InstallMM
- delete XY:InstallMM.info
-
- endif
- echo "Done...."
-